Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

NonUniqueResourceId#73

Open
stepancheg wants to merge 1 commit into
bevyengine:mainfrom
stepancheg:non-unique-res
Open

NonUniqueResourceId#73
stepancheg wants to merge 1 commit into
bevyengine:mainfrom
stepancheg:non-unique-res

Conversation

@stepancheg
Copy link
Copy Markdown

@stepancheg stepancheg commented Nov 30, 2023

Follow-up to bevyengine/bevy#10793

Rendered

struct NonUniqueResourceId<T> { /* ... */ }

impl<T> NonUniqueResourceId<T> {
    fn new() -> Self { /* ... */ }
}

impl NonUniqueResourceId<T> {
    fn write_system(&self) -> impl System<In=T, Out=()> { /* ... */ }
    
    fn read_system(&self) -> impl System<(), Out=()> { /* ... */ }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant